home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / LinkUP! 7 demo / Install 3rd Party / ODBC / ODBC Control Panel Install / Readme - Installer < prev   
Text File  |  1996-04-08  |  2KB  |  45 lines

  1.  
  2. Visigenic ODBC for Macintosh Software Development Kit, Release 2.1.2
  3. ReadMe Notes for Installing the SDK.
  4. December 1995
  5. ________________________________________________________
  6.  
  7. The Visigenic ODBC for Macintosh SDK runs on Power Macintosh and 680x0 Macintosh versions, and is compatible with the 2.1 version for the ODBC Specification.  These ReadMe notes provide installation information.
  8.  
  9. CONTENTS OF THE MEDIA FOR THE VISIGENIC ODBC FOR MACINTOSH SDK
  10. _________________________________________________________
  11.  
  12. There are two disks in the ODBC for Macintosh SDK package: 
  13.  
  14. • Disk 1, the "ODBC Install" disk, has this Read Me document, and the essential ODBC files you need for your Macintosh--the ODBC Driver Manager, ODBC Configuration Manager, ODBC Cursor Library, and the ODBC Setup--for both the 680x0 and Power Macintosh as well as the ASLM 2.0 files.
  15.  
  16. • Disk 2, "ODBC Tools" disk, contains the ODBC programming interfaces and libraries.  It also contains the ODBC Test application for testing and debugging ODBC drivers, as well as MPW C source code for a sample ODBC Driver, ODBC Setup and ODBC Translate library.
  17.  
  18. Refer to Chapter 2 of the ODBC for Macintosh SDK Guide for installation information.
  19.  
  20.  
  21. Change History
  22. ____________
  23. • Release 2.1.2
  24.  
  25. A problem that appeared when using the debugging version of ASLM was fixed.
  26.  
  27. Fixed a bug which kept PowerMac driver libraries from being unloaded from memory when no longer in use.
  28.  
  29. Fixed a possible memory corruption problem when closing a connection.
  30.  
  31. Fixed a potential problem when freeing an environment handle unsuccessfully that would have prematurely unloaded the driver manager shared library.
  32.  
  33. Changed to using the system heap for allocations during shared library initialize & terminate functions.
  34.  
  35. Added debugging logic to assist in detecting bad and unreleased connections.
  36.  
  37.  
  38. • Release 2.1.1
  39.  
  40. A bug in the Driver Manager's SQLDescribeParam API support was fixed.  If use of the cursor library was requested by the application, the cursor libraries statement handle was passed to the driver instead of the driver's statement handle.  
  41.  
  42. • Release 2.1
  43.  
  44. First release of the ODBC 2.1 functionality on the Macintosh.
  45.